home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / pwhostb.zip / README.TXT < prev    next >
Text File  |  1992-10-23  |  2KB  |  45 lines

  1. REDIR.WAS
  2.  
  3. This script program is designed to allow a Host mode sysop to add the ability
  4. to shell to DOS in the host mode.  There are several limitations to this
  5. program which you need to ba aware of:
  6.  
  7. 1).  REDIR.WAS creates a .BAT file in the Aspect directory.  If you modify
  8.      the code, please remember to change the directory path in the script.
  9.  
  10. 2).  REDIR redirects output to the comport being used.  You might need to
  11.      change the initialization string of the modem to insure that, when the
  12.      script changes away from the current port and the DTR line is dropped,
  13.      the modem does not hang up.  To do this, issue an AT&D0 at the terminal
  14.      screen before going into Host mode.
  15.  
  16. 3).  Baud rates above 9600 at the local port are not supported.  If your modem
  17.      is set above 9600 baud, you will need to reset the baud rate to 9600 or
  18.      lower for the script to allow the remote user to shell to DOS.
  19.  
  20. 4).  Your modem (or null modem cable) must support carrier detect.
  21.  
  22.  
  23. Files Included:
  24.  
  25. REDIR.WAS  - Script source code
  26. REDIR.WAX  - Compiled script file.
  27. REDIR.PIF  - PIF file for running REDIR.BAT.  Currently, this PIF file
  28.              is set to execute REDIR.BAT from the C:\PROWIN\ASPECT
  29.              directory.  If your files are located in a different
  30.              directory, you will need to use the PIF Editor (in your
  31.              MAIN group) to change the program path and startup
  32.              directory.  If you get a Windows error box when a user is
  33.              trying to shell to DOS which reads "Unable to find file:
  34.              C:\PROWIN\ASPECT\REDIR.BAT", you will need to edit your PIF
  35.              settings.
  36. HOST.WAS   - Replacement Host mode script which allow Priviledged users to
  37.              shell to DOS on the Host computer.
  38. HOST.WAX   - Compiled Script file.
  39. HEADER.TXT - Header file copied to the active com port to notify the remote
  40.              user that they are shelled to DOS.
  41. MODEX.EXE  - C language routine to set baud rates from 4 - 115200 baud
  42.              (written by Fred Perkins).
  43. MODEX.TXT  - Information file about the use of MODEX.EXE.
  44. README.TXT - This file.
  45.